Skip to content

TEDEFO-4860 adding more constants and enum entries in SdkConstants#55

Merged
rousso merged 1 commit into
developfrom
feature/TEDEFO-4860-sdk-constants-adding-more-constants-and-enum-entries
Jul 13, 2026
Merged

TEDEFO-4860 adding more constants and enum entries in SdkConstants#55
rousso merged 1 commit into
developfrom
feature/TEDEFO-4860-sdk-constants-adding-more-constants-and-enum-entries

Conversation

@rouschr

@rouschr rouschr commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Adds named String constants for SDK folder/file names and refactors the SdkResource enum to use them instead of inline literals. Adds one new resource, VALIDATION_DEPENDENCIES_JSON (validation/dependencies.json), so the MDM's ValidationService can stop hardcoding that filename in a follow-up.

Changes

New resource: SdkResource.VALIDATION_DEPENDENCIES_JSON.
New *_DIR_NAME / *_FILE_NAME constants for existing resources.
Existing enum entries refactored to build paths from the constants (behavior-preserving).
Minor cleanup: relocated DEFAULT_SDK_ROOT, regrouped constants, comment tweaks.

Impact

No behavioral change: all existing SdkResource paths resolve to the same strings.
API only extended (one enum value + new constants); nothing renamed or removed.

@rouschr
rouschr requested a review from rousso July 13, 2026 10:44
@rouschr rouschr self-assigned this Jul 13, 2026
@rousso
rousso merged commit 9cb99c8 into develop Jul 13, 2026
5 checks passed
@rousso
rousso deleted the feature/TEDEFO-4860-sdk-constants-adding-more-constants-and-enum-entries branch July 13, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants